home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / QuickDraw3D 1.6 SDK / Mac SampleCode New for 1.6 / RollerCoasterSampleMac / Interfaces / MacApplication.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-18  |  869 b   |  36 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        MacApplication.h
  3.     
  4.     Contains:    Interface file for MacApplication.c
  5.     
  6.     Written by:    Scott Kuechle, based on original Gerbils code by Brian Greenstone
  7.  
  8.     Copyright:    © 1998 by Apple Computer, Inc. All rights reserved
  9.     
  10.     Change History (most recent first)
  11.     
  12.         <1>        9/1/98        srk        first file
  13.  
  14.  
  15. */
  16.  
  17. #pragma once
  18.  
  19. /************************************************************
  20. *                                                           *
  21. *    INCLUDE FILES                                          *
  22. *                                                           *
  23. *************************************************************/
  24.  
  25.     /* Macintosh headers */
  26. #include <Devices.h>
  27. #include <Events.h>
  28. #include <DiskInit.h>
  29. #include <Fonts.h>
  30. #include <Menus.h>
  31. #include <QuickDraw.h>
  32. #include <SegLoad.h>
  33.  
  34.     /* Application headers */
  35. #include "Document.h"
  36. #include "QD3DSupport.h"